home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMCUSTOM / TFRMCUSTOM.txt
Text File  |  1997-11-30  |  2KB  |  81 lines

  1. object frmCustom: TfrmCustom
  2.   Left = 61
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Custom Speed'
  6.   ClientHeight = 188
  7.   ClientWidth = 443
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object lblSpeed: TLabel
  17.     Left = 64
  18.     Top = 119
  19.     Width = 44
  20.     Height = 16
  21.     Caption = '&Speed:'
  22.     FocusControl = SpinEditSpeed
  23.   end
  24.   object Label1: TLabel
  25.     Left = 20
  26.     Top = 29
  27.     Width = 403
  28.     Height = 80
  29.     AutoSize = False
  30.     Caption = 
  31.       'It takes a lot of computation power to draw one frame, for every' +
  32.       ' single time interval. Therefore, the speed of the program can b' +
  33.       'e greately increased if we calculate several time intervals per ' +
  34.       'frame. This does not affect the accuracy of the simulation.'
  35.     WordWrap = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 20
  39.     Top = 8
  40.     Width = 420
  41.     Height = 21
  42.     AutoSize = False
  43.     Caption = 
  44.       'Speed determines how many time intervals to calculate per frame.' +
  45.       ' '
  46.   end
  47.   object butOK: TButton
  48.     Left = 353
  49.     Top = 156
  50.     Width = 82
  51.     Height = 24
  52.     Caption = '&OK'
  53.     Default = True
  54.     TabOrder = 2
  55.     OnClick = butOKClick
  56.   end
  57.   object butCancel: TButton
  58.     Left = 264
  59.     Top = 156
  60.     Width = 82
  61.     Height = 24
  62.     Cancel = True
  63.     Caption = '&Cancel'
  64.     TabOrder = 1
  65.     OnClick = butCancelClick
  66.   end
  67.   object SpinEditSpeed: TSpinEdit
  68.     Left = 121
  69.     Top = 113
  70.     Width = 257
  71.     Height = 32
  72.     AutoSize = False
  73.     Increment = 50
  74.     MaxLength = 11
  75.     MaxValue = 2147483000
  76.     MinValue = 1
  77.     TabOrder = 0
  78.     Value = 1
  79.   end
  80. end
  81.